/***********  base du site  *************/


body {
    background: #2c3e50;
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.903);
}



/***********  scroll bar  
::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.821);
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(255, 192, 120);
    border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(132, 132, 255);
}
*************/

/***********  page de garde  *************/


header {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #202d3aa4;
    align-items: center;
    opacity: 0;
    transform: translateY(-30px);
    animation: apparition 0.4s 0.7s ease-out forwards;
    position: fixed;
    top: 0;
    backdrop-filter: blur(20px);
    justify-content: center;
    transition-duration: 0.6s;
}

header h3 {
    margin-left: 40px;
}

header img {
    width: auto;
    height: 40px;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(-30px);
    animation: apparition 0.6s 0.5s ease-out forwards;
    transition-duration: 0.6s;


}

.main-image {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main-image img {
    width: 80%;
    margin-top: 50px;


}

header img:hover {
    background-color: rgba(255, 255, 255, 0.674);
    border-radius: 80px;
    transition-duration: 0.6s;
}

@keyframes apparition {
    100% {
        opacity: 1;
        transform: none;
    }

}

/***********  bouton parametre  *************/
.buton {
    background: rgba(255, 255, 255, 0.171);
    display: flex;
    color: rgba(255, 255, 255, 0.411);
    cursor: pointer;
    border-radius: 20px;
    font-size: 19px;
    text-decoration: none;
    justify-content: center;
    transition-duration: 0.3s;
}

.buton:hover {
    background-color: rgb(184, 63, 63);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition-duration: 0.3;
}

.button {

    color: rgb(255, 255, 255);
    text-decoration: none;
    display: flex;
    cursor: pointer;
    justify-content: left;
    transition-duration: 0.3s;
}

.button:hover {

    color: rgb(235, 115, 115);
    text-decoration: none;
    transition-duration: 0.3;
}



/***********  parametre texte  *************/




/*show your self*/
.show {
    background-color: rgba(0, 0, 0, 0.500);
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    overflow: hidden;

}

.text_show {
    padding: 20px;
    text-align: left;
    color: rgb(102, 125, 252);
    font-size: 50px;
    font-weight: bolder;
}

.text_show_2 {
    text-align: left;
    color: rgba(255, 255, 255, 0.801);
    font-size: 30px;

}


/********* les formules **********/
.ur {
    height: max-content;
    display: flex;
    margin-top: 200px;
    margin-bottom: 200px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.formule_1,
.formule_2,
.formule_3 {
    border-radius: 7px 7px 0 0;
    color: #f6ddcc;
    font-size: 1.6rem;
    padding: 20px;
    border-bottom: solid 2px rgba(255, 255, 255, 0);
    background-color: #00000059;
}

.description_1,
.description_2,
.description_3 {
    color: #f6ddcc;
    padding: 20px;
    font-size: 1.2rem;

}

.prix_1,
.prix_2,
.prix_3 {
    color: #ec7063;
    padding: 20px;
    border-radius: 0 0 7px 7px;
    border-top: solid 2px rgba(255, 255, 255, 0);
    font-size: 2rem;
    text-transform: uppercase;
    background-color: #00000042;
}


.contain_retaper,
.contain_creation,
.contain_maintenance {
    width: 25%;
    background-color: #141c2446;
    min-width: 280px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*style*/
.style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-evenly;
    justify-items: center;
    overflow: hidden;
}

.text_presentation {
    height: max-content;
    width: 400px;
    margin: 30px;
    padding: 10px;

}

.text_expli_presentation {
    width: 500px;
    background-color: rgba(0, 0, 0, 0.288);
    margin: 40px;
    border-radius: 7px;
    display: flex;
    text-align: left;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.589);
}

.text_expli_presentation>p {
    margin: 20px;
}

.exp {
    color: rgb(230, 75, 75);
    font-weight: 900;
}

.text_show_presentation {
    width: max-content;
    text-align: left;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.712);

}

.text_show_style_1 {
    color: rgb(155, 75, 230);
    text-align: left;
    font-size: 5rem;
}

.text_show_style_2 {
    height: max-content;
    color: rgb(240, 85, 240);
    text-align: left;
    font-size: 70px;
}

.style_show {
    width: 80%;
    height: 500px;
}



/*evolution*/
.evolution {
    padding: 10px;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;

}

.text_container {
    width: 600px;
    height: max-content;
    text-align: left;
    margin: 40px;
}

.img_container img {
    width: 500px;
    border-radius: 7px;
}

.titre {
    font-size: 4.2rem;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    color: #85c1e9;
}

.paragraphe {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #f6ddcc;
}

/*two screen*/
.two_screen {
    height: max-content;
    display: flex;
    flex-direction: column;
    margin: 20px;
    margin-top: 200px;
    margin-bottom: 200px;
    overflow: hidden;
}

.two_screen_2 {
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.text_show_screen {
    width: 100%;
    height: max-content;
    margin: 0;
    padding: 20px;
    text-align: center;
    color: rgb(255, 107, 74);
    text-shadow: 0 0 30px rgba(255, 107, 74);


}

.text_show_screen_2 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: rgb(255, 208, 78);
    text-shadow: 0px 0px 30px rgb(255, 206, 91);

}

.text_show_screen {
    font-size: 5rem;
}

.text_show_screen_2 {
    font-size: 20rem;

}

.screen_big {
    padding: 10px;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
}




/*apercut*/
.apercut {
    height: max-content;
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
}

.aperimg {
    width: calc(1000px/2);
}


/*footer*/

.foot {
    height: max-content;
    background: #202d3a;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;

}

.foot_0 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: rgb(255, 241, 153);
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 50px;

}

.foot_1 {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;

}

.foot_1>a {
    text-decoration: none;
    color: rgba(240, 248, 255, 0.322);
    text-align: center;
    padding: 20px;
}

.foot_3 {
    width: 100%;
    height: max-content;
    display: flex;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.404);
    justify-content: center;
    align-items: center;
}

.foot_4 {
    width: 100%;
    height: max-content;
    display: flex;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.404);
    justify-content: center;
    align-items: center;
    word-spacing: 2px;
    margin-bottom: 50px;

}

abbr {
    font-style: italic;
}


/*téléphone*/

@media screen and (max-width:767px) {

    .main-image {
        height: 50vh;
    }


    .main-image img {
        width: 100%;
    }

    .text_show {
        font-size: 1.7rem;
    }

    .text_show_2 {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.7rem;
    }

    .titre {
        font-size: 2.9rem;
    }

    .paragraphe {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    .text_container {
        margin: 0;
    }


    .contain_retaper,
    .contain_creation,
    .contain_maintenance {

        width: 70%;
        height: max-content;
        margin-bottom: 30px;
    }

    .description_1 p,
    .description_2 p,
    .description_3 p {

        font-size: 0.9rem;
    }

    .prix_1,
    .prix_2,
    .prix_3 {
        font-size: 1.4rem;
    }


    .ur {
        flex-direction: column;
    }



    .img_container img {
        width: 250px;
        margin-top: 90px;
        border-radius: 7px;
    }

    .text_show_screen {
        font-size: 2.2rem;
        padding: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .text_show_screen_2 {
        font-size: 5rem;
    }

    .two_screen {

        margin-bottom: 50px;

    }

    .aperimg {
        width: calc(1000px/4);
    }

   


}

/*tablette*/
@media (min-width: 768px) and (max-width: 1239px) {


    

    .paragraphe {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    .contain_retaper,
    .contain_creation,
    .contain_maintenance {
        min-width: 370px;
        height: max-content;
        margin-bottom: 30px;
        margin-top: 30px;

    }


    .ur {
        flex-direction: column;
    }


}